home *** CD-ROM | disk | FTP | other *** search
- object MainForm: TMainForm
- Left = 200
- Top = 108
- BorderStyle = bsSingle
- Caption = 'MainForm'
- ClientHeight = 273
- ClientWidth = 492
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Visible = True
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object ComboBox: TComboBox
- Left = 0
- Top = 0
- Width = 145
- Height = 21
- TabStop = False
- Style = csDropDownList
- Ctl3D = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 13
- ParentCtl3D = False
- ParentFont = False
- ParentShowHint = False
- ShowHint = False
- TabOrder = 0
- OnChange = ComboBoxChange
- end
- end
-